AAssetManager_openDir

Open the named directory within the asset hierarchy. The directory can then be inspected with the AAssetDir functions. To open the top-level directory, pass in "" as the dirName.

The object returned here should be freed by calling AAssetDir_close().

version(Android)
extern (C)
AAssetManager_openDir
(,
const char* dirName
)

Meta